net/http.http2randomWriteScheduler.sq (field)
8 uses
net/http (current package)
h2_bundle.go#L12062: return &http2randomWriteScheduler{sq: make(map[uint32]*http2writeQueue)}
h2_bundle.go#L12072: sq map[uint32]*http2writeQueue
h2_bundle.go#L12083: q, ok := ws.sq[streamID]
h2_bundle.go#L12087: delete(ws.sq, streamID)
h2_bundle.go#L12101: q, ok := ws.sq[id]
h2_bundle.go#L12104: ws.sq[id] = q
h2_bundle.go#L12115: for streamID, q := range ws.sq {
h2_bundle.go#L12118: delete(ws.sq, streamID)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)